home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1865 / 1865.xpi / chrome / adblockplus.jar / content / objtabs.css < prev    next >
Cascading Style Sheet File  |  2010-01-07  |  3KB  |  97 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is Adblock Plus.
  15.  *
  16.  * The Initial Developer of the Original Code is
  17.  * Wladimir Palant.
  18.  * Portions created by the Initial Developer are Copyright (C) 2006-2009
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *
  23.  * ***** END LICENSE BLOCK ***** */
  24.  
  25. @namespace url("http://www.w3.org/1999/xhtml");
  26.  
  27. a.%%CLASSNAME%%
  28. {
  29.     display: none !important;
  30.     -moz-binding: url(chrome://adblockplus/content/objecttab.xml#dummy) !important;
  31. }
  32.  
  33. object:hover + a.%%CLASSNAME%%,
  34. embed:hover + a.%%CLASSNAME%%,
  35. applet:hover + a.%%CLASSNAME%%,
  36. a.%%CLASSNAME%%:hover
  37. {
  38.     display: block !important;
  39.     -moz-binding: url(chrome://adblockplus/content/objecttab.xml#objectTab) !important;
  40.  
  41.     position: absolute !important;
  42.     visibility: visible !important;
  43.     width: auto !important;
  44.     height: auto !important;
  45.     z-index: 65535 !important;
  46.     opacity: 0.8 !important;
  47.     float: left !important;
  48.     border-color: black !important;
  49.     border-style: ridge !important;
  50.     background: white !important;
  51.     color: black !important;
  52.     cursor: pointer !important;
  53.     white-space: nowrap !important;
  54.     font-family: Arial,Helvetica,Sans-Serif !important;
  55.     font-size: 10px !important;
  56.     font-style: normal !important;
  57.     font-variant: normal !important;
  58.     font-weight: normal !important;
  59.     letter-spacing: normal !important;
  60.     line-height: normal !important;
  61.     text-align: center !important;
  62.     text-decoration: none !important;
  63.     text-indent: 0px !important;
  64.     text-transform: none !important;
  65.     direction: ltr !important;
  66.     padding: 0px 5px !important;
  67.  
  68.     border-width: 0px 2px 2px 2px !important;
  69.     -moz-border-radius-topleft: 0px !important;
  70.     -moz-border-radius-topright: 0px !important;
  71.     -moz-border-radius-bottomleft: 10px !important;
  72.     -moz-border-radius-bottomright: 10px !important;
  73. }
  74.  
  75. object:hover + a.%%CLASSNAME%%.%%ONTOP%%,
  76. embed:hover + a.%%CLASSNAME%%.%%ONTOP%%,
  77. applet:hover + a.%%CLASSNAME%%.%%ONTOP%%,
  78. a.%%CLASSNAME%%.%%ONTOP%%:hover
  79. {
  80.     border-width: 2px 2px 0px 2px !important;
  81.     -moz-border-radius-topleft: 10px !important;
  82.     -moz-border-radius-topright: 10px !important;
  83.     -moz-border-radius-bottomleft: 0px !important;
  84.     -moz-border-radius-bottomright: 0px !important;
  85. }
  86.  
  87. a.%%CLASSNAME%% > img
  88. {
  89.     /* Images still load even if invisible, unlikely to change */
  90.     display: none !important;
  91. }
  92.  
  93. .%%COLLAPSED%%
  94. {
  95.     -moz-binding: url(chrome://global/content/bindings/general.xml#asdfzxcv) !important;
  96. }
  97.